Manual-Feed Information
The collection item ID for manual-feed information is defined in the following enumeration:
enum { gxManualFeedTag = 'manf' };QuickDraw GX stores manual-feed information in the gxManualFeedInfo structure:
struct gxManualFeedInfo { long numPaperTypeNames; Str31 paperTypeNames[1]; };
Field Description
numPaperTypeName
- The number of paper-type objects to manually feed.
paperTypeNames
A string containing the names of paper-type objects to manually feed.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help